<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1200px){
    .hidden-l{display:none!important;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .mycontainer{width: 96%!important;}
    .wrap{width: 96%!important;}
    .hidden-m{display:none!important;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .mycontainer{width: 96%!important;}
    .wrap{width: 96%!important;}
    .hidden-sm{display:none!important;}
}

@media only screen and (max-width: 767px){
    .mycontainer{width:94%!important}
    .wrap{width:94%!important}
    .hidden-xs{display:none!important}
}</pre></body></html>